lcPaint_PtbufAddPtbuf Home

Adds points into a points buffer from other points buffer.

 BOOL lcPaint_PtbufAddPtbuf (
   HANDLE hPtbuf,
   HANDLE hPtbuf2
 );

Parameters
hPtbuf
  Handle to destination points buffer.
hPtbuf2
  Handle to source points buffer.

Remarks

  To know the number of points was added by this function, read the global property LC_PROP_G_PTBUFNEWPTS just after the function execution.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_PtbufCopy